home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / unix / src / amigados.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-19  |  247 b   |  11 lines

  1. #ifndef AMIGADOS_H
  2. #define AMIGADOS_H
  3.  
  4. int _alloc_amigafd(BPTR fh, long protection, long flags);
  5.  
  6. void _init_unixio(BPTR in, int close_in, BPTR out, int close_out,
  7.           BPTR error, int close_error);
  8. int _do_truncate(BPTR fh, off_t length);
  9.  
  10. #endif
  11.